-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TSPS-183 Beagle imputation hg38 wdl and associated support wdls #1333
base: develop
Are you sure you want to change the base?
Conversation
Can one of the admins verify this patch? |
Remember to squash merge! |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Remember to squash merge! |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Remember to squash merge! |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
@mmorgantaylor is this still relevant? |
@jessicaway yes this is our working branch for beagle imputation for the imputation service. cc @jsotobroad. Jess, would it be helpful for us to squash and rebase off of develop? |
OK, no problem! Whatever works best is fine. We were just cleaning up PRs and thought we would check in. I don't think we have touched imputation much recently, so I don't anticipate any conflicts |
79d3510
to
eaeabdc
Compare
Remember to squash merge! |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
4f107d0
to
0a302fe
Compare
Remember to squash merge! |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
0a302fe
to
6eb5bfc
Compare
Remember to squash merge! |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Remember to squash merge! |
🔍Changelog Validation Results:
|
🔍Version Validation Results:
|
Remember to squash merge! |
🔍Changelog Validation Results:
|
🔍Version Validation Results:
|
Remember to squash merge! |
🔍Version Validation Results:
|
🔍Changelog Validation Results:
|
Remember to squash merge! |
🔍Version Validation Results:
|
🔍Changelog Validation Results:
|
# 1.0.0 | ||
2025-02-24 (Date of Last Commit) | ||
|
||
* * Initial public release of the ImputationBeagle pipeline. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* * Initial public release of the ImputationBeagle pipeline. | |
* Initial public release of the ImputationBeagle pipeline. |
2025-02-24 (Date of Last Commit) | ||
|
||
* * Initial public release of the ImputationBeagle pipeline. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -0,0 +1,8 @@ | |||
{ | |||
"ImputationBeagle.multi_sample_vcf": "gs://broad-gotc-test-storage/imputation_beagle/scientific/vcfs/NA12878_10_duplicate.merged.cleaned.vcf.gz", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i see that this path points to a vcf.gz in a scientific directory, is that expected?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is - the way the scientific test differs from plumbing is that scientific runs on all chromosomes, and plumbing only runs on on a couple smaller chromosomes. the input data files themselves are the same. is that acceptable? i think the plumbing runs in just over an hour.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that sounds great!
File ref_panel_bref3 | ||
File genetic_map_file | ||
String basename | ||
String chrom # not needed if ref file has been chunked and you are using the entire chunk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if these are not needed, should they be optional inputs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah these were comments from our collaborator when we were creating this WDL; they are indeed needed. I'll remove these comments since they're confusing.
Remember to squash merge! |
🔍Version Validation Results:
|
🔍Changelog Validation Results:
|
Remember to squash merge! |
🔍Changelog Validation Results:
|
🔍Version Validation Results:
|
Description
We are adding a new WDL, ImputationBeagle.wdl, that performs array imputation using the Beagle tool instead of minimac4, which is used by the existing Imputation.wdl.
Supporting PR in warp-tools for the Beagle docker: broadinstitute/warp-tools#114
Jira ticket: https://broadworkbench.atlassian.net/browse/TSPS-222
Checklist
If you can answer "yes" to the following items, please add a checkmark next to the appropriate checklist item(s) and notify our WARP documentation team by tagging either @ekiernan or @kayleemathews in a comment on this PR.